Complete renaming of gdk_enable_multidevice()
authorFlorian Müllner <fmuellner@gnome.org>
Wed, 15 Dec 2010 11:52:16 +0000 (12:52 +0100)
committerFlorian Müllner <fmuellner@gnome.org>
Wed, 15 Dec 2010 12:05:11 +0000 (13:05 +0100)
The function was renamed in commit c4a5c2ed4, but some places were
missed, most notably the public header.

docs/reference/gdk/gdk3-sections.txt
gdk/gdkdevicemanager.c
gdk/gdkmain.h

index c14347e1b6edebf3cf3fb4063b39ce23e5e3e325..a70c8bb2768e19a4037d85b9e91ed5c68a05fc35 100644 (file)
@@ -703,7 +703,7 @@ GdkDeviceKey
 GdkDeviceAxis
 GdkAxisUse
 GdkGrabOwnership
-gdk_enable_multidevice
+gdk_disable_multidevice
 gdk_device_manager_get_display
 gdk_device_manager_list_devices
 gdk_device_manager_get_client_pointer
index e282036424933383352421e561642158dd9d63c2..5ef51b7724a6abe024f4d0b788e07a0b266ca652 100644 (file)
@@ -85,8 +85,8 @@
  *
  * In order to query the device hierarchy and be aware of changes in the device hierarchy (such as
  * virtual devices being created or removed, or physical devices being plugged or unplugged), GDK
- * provides #GdkDeviceManager. On X11, multidevice support is implemented through XInput 2. If
- * gdk_enable_multidevice() is called, the XInput 2.x #GdkDeviceManager implementation will be used
+ * provides #GdkDeviceManager. On X11, multidevice support is implemented through XInput 2. Unless
+ * gdk_disable_multidevice() is called, the XInput 2.x #GdkDeviceManager implementation will be used
  * as input source, else either the core or XInput 1.x implementations will be used.
  */
 
index 75ffb4e62a0f04cf8a51aa12b0bfb2dbdeb9b0ed..2d05590e7a4a428146cc4ae05f0b5f0e355b84ee 100644 (file)
@@ -72,7 +72,7 @@ void                  gdk_pre_parse_libgtk_only           (void);
  * Returns: the resulting locale.
  */
 gchar*                gdk_set_locale                      (void);
-void                  gdk_enable_multidevice              (void);
+void                  gdk_disable_multidevice             (void);
 
 G_CONST_RETURN gchar *gdk_get_program_class               (void);
 void                  gdk_set_program_class               (const gchar    *program_class);